home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
goobers.swf
/
scripts
/
frame_92
/
PlaceObject2_43_44
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-28
|
335 b
|
16 lines
onClipEvent(load){
if(this._name == "enemy")
{
this._visible = false;
}
start_x = x;
start_y = y;
left = start_x - _parent.area_dimx / 2;
right = start_x + _parent.area_dimx / 2;
bottom = start_y + _parent.area_dimy;
num_frames_x = 10;
num_frames_y = 35;
frame = 0;
here = 1;
}